home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3932 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: arl.mil!randy
  2. From: randy@arl.mil
  3. Newsgroups: comp.lang.c++,comp.lang.pascal.borland
  4. Subject: Calling PASCAL procedures/functions from MSVC++
  5. Message-ID: <27917@amsaa-cleo.arl.mil>
  6. Date: 26 Jan 96 16:01:19 GMT
  7. Sender: news@amsaa-cleo.arl.mil
  8. Reply-To: randy@arl.mil
  9. Followup-To: comp.lang.c++
  10.  
  11. I've been trying unsucessfully to call PASCAL procedures/functions generated 
  12. with Borland Pascal with Objects 7.0 from MicrosoftwVisual C++ 1.0.  I've tried 
  13. compiling the PASCAL source as a unit and generating an object file and 
  14. compiling as a DLL.  In either case I end up getting "invalid object(library)" 
  15. error message when the MS linker tries to link it, but I suspect I may not be 
  16. linking the C/C++ code correctly.  Has anyone done this sucessfully ?
  17.  
  18. Randy Sebra                             randy@amsaa-cleo.arl.mil
  19. US AMSAA                                Voice : 410-278-7683
  20. AMXSY-PI                                FAX   : 410-278-8745
  21. Aberdeen Proving Ground MD 21005                                
  22. ======================================================================
  23.  
  24.